home *** CD-ROM | disk | FTP | other *** search
/ IBM OEM Software Product … CD For PC Manufacturers / IBM OEM Software - Product Sampler CD for PC Manufacturers.iso / InternetIntranets / Notes / LOTUS027.DSK / MODEMS / IBM14DF.MDM < prev    next >
Text File  |  1993-04-11  |  3KB  |  125 lines

  1. ; IBM High Speed Internal and PCMCIA Data/Fax Modems
  2.  
  3. ; Per the manufacturer, the following modems are 
  4. ; designed to employ the same commands and parameters:
  5.  
  6. ;       1. IBM High Speed Internal Data/Fax Modem
  7. ;       2. IBM High Speed PCMCIA Data/Fax Modem
  8.  
  9. ; This file is NOT designed to work for the IBM PCMCIA
  10. ; Data/Fax Modem (which transmits Data at 2400 bps, 
  11. ; and Faxes at 9600 bps).
  12.  
  13. ;================================================
  14. ; Last revision date: 04/13/93 (update this date
  15. ; each time you edit; it is also advisable to rename
  16. ; your edited file [use Save As, rather than Save 
  17. ; option] to avoid later confusion and to keep the 
  18. ; original .MDM file intact).
  19.  
  20. ; NOTE: Refer to the file TEMPLATE.MDM (A Sample Modem 
  21. ; Command File) for a description of modem command 
  22. ; files and how they work. "A Sample Modem Command 
  23. ; File" is user selectable within the Lotus Notes 
  24. ; Setup dialog "Modem Type" listbox in which you found 
  25. ; this modem command file (see end of listings, 
  26. ; beginning with a period) and is a printable ASCII 
  27. ; text file (approximately 13 pages). 
  28.  
  29. ; Additional information may be obtained from either of 
  30. ; the two so-called "generic" modem command files 
  31. ; (alphabetically listed under letter G, designed for 
  32. ; use with Notes Releases 2.x and 3.x, 9600 bps and 
  33. ; 14400 bps maximum, respectively), each of which may 
  34. ; first be tried as-is with unlisted modems, then edited 
  35. ; if required (within the Notes edit box, or outside of 
  36. ; Notes, with any text editor) according to the printed 
  37. ; instructions within each file, and in compliance with 
  38. ; the vendor's command set, result codes, DIP switch 
  39. ; settings, and technical specifications as listed in 
  40. ; the equipment's users manual.
  41.  
  42. ; For the specific modem(s) listed under this heading:
  43. ;=====================================================
  44.  
  45. [attributes]
  46.  
  47. MODELS=IBM High Speed Modem (14.4 Internal & PCMCIA)
  48. MAXIMUM SPEED=57600
  49. DEFAULT SPEED=57600
  50. NULL MODEM=0
  51.  
  52. [commands]
  53.  
  54. ESCAPE=+++
  55. ATTENTION=ATE0V1
  56. HANGUP=ATH0
  57. SETUP=AT&F
  58. SETUP=ATE0V1
  59. SETUP=ATQ0W1&C1&D2\\G0\\N3S0=0S7=60X4
  60. RTS/CTS ENABLED=AT&K3
  61. RTS/CTS IGNORED=AT&K0
  62. VOLUME OFF=ATM0
  63. VOLUME LOW=ATM1L1
  64. VOLUME MEDIUM=ATM1L2
  65. VOLUME HIGH=ATM1L3
  66. ANSWER=ATA
  67. MANUAL DIAL=ATX3S9=1D
  68. AUTO DIAL SETUP=ATS9=6
  69. AUTO PULSE DIAL=ATDP
  70. AUTO TONE DIAL=ATDT
  71. AUTO DIAL SUFFIX=,
  72.  
  73. [responses]
  74.  
  75. OK=OK
  76.  
  77. RING=RING
  78.  
  79. NO CARRIER=NO CARRIER
  80.  
  81. ERROR=ERROR
  82.  
  83. NO DIALTONE=NO DIALTONE
  84.  
  85. BUSY=BUSY
  86.  
  87. NO ANSWER=NO ANSWER
  88.  
  89.  
  90. CONNECT, 57600=CONNECT 57600
  91.  
  92. CONNECT, 38400=CONNECT 38400
  93.  
  94. CONNECT, 19200=CONNECT 19200
  95.  
  96. CONNECT, 14400=CONNECT 14400
  97.  
  98. CONNECT, 12000=CONNECT 12000
  99.  
  100. CONNECT,  9600=CONNECT 9600
  101.  
  102. CONNECT,  7200=CONNECT 7200
  103.  
  104. CONNECT,  4800=CONNECT 4800
  105.  
  106. CONNECT,  2400=CONNECT 2400
  107.  
  108. CONNECT,  1200=CONNECT 1200
  109.  
  110.  
  111. CARRIER,,14400=CARRIER 14400
  112.  
  113. CARRIER,,12000=CARRIER 12000
  114.  
  115. CARRIER,,9600=CARRIER 9600
  116.  
  117. CARRIER,,7200=CARRIER 7200
  118.  
  119. CARRIER,,4800=CARRIER 4800
  120.  
  121. CARRIER,,2400=CARRIER 2400
  122.  
  123. CARRIER,,1200=CARRIER 1200
  124.  
  125.